练习 6 :让我们调用我们的函数,这样我们就可以看到舞台上出现了圆圈!
- 去并将Return Variable拖入函数外部和下方三次。
- 转到第一个、第二个和第三个my_var并将它们更改为num1 、 num2和num3 。
- 转到第一个、第二个和第三个my_function()并将它们替换为: create_circles( 15 , "yellow" ) , create_circles( 30 , "blue" ) , create_circles( 40 , "green" )
To navigate the page using the TAB key, first press ESC to exit the code editor.